home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / fract / DMandel.readme < prev    next >
Text File  |  1997-09-05  |  7KB  |  180 lines

  1. Short:    Mandelbrot&Julia generator w. ARexx
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     gfx/fract
  5.  
  6. _____________________________________________________________________________
  7.  
  8. Changes made since 1.14:
  9.  
  10.     Just the fix of few typos
  11.  
  12. _____________________________________________________________________________
  13.  
  14.  
  15.  
  16. Yes, I know that there are more than enough mandelbrot fractal generators
  17. in the net, really... If you want some reasons why to use this program, here
  18. we go:
  19.  
  20. - Three algorithms for Mandelbrot sets, six for Julia sets.
  21. - Six different math implementations (IEEE single/double,FFP,
  22.   fast-integers for '000 and '020 and FPU) for optimal speed,
  23.   written in hand-tooled assembly language.
  24. - Highest speed, optimized for big magnifications.
  25. - ARexx support (Sample Mandelbrot movie generator script for
  26.   movie generation together with DPaint V included.)
  27. - Monitor ID support, but untested on GfxBoards.
  28. - Supports EHB for 64 colors on ECS machines.
  29. - Last but not least: It's free.
  30.  
  31. At least, the program is free. The guide isn't... 
  32.  
  33. The guide is not yet existing, I will start typing it as soon as somebody is
  34. interested and wants to pay money for it. Write an email to this address:
  35.  
  36. thor@math.tu-berlin.de
  37.  
  38. The suggested price for the manual will be between $10 and $20.
  39.  
  40.  
  41. A sample set of EHB pictures generated by DMandel is available, see
  42. DMandelPics.lha at pix/fract.
  43.  
  44. ____________________________________________________________________________
  45.  
  46. Installation:
  47.  
  48.     -Unpack this archive whereever you want.
  49.  
  50.     -If you're still working with the original CBM mathieeedoubbas
  51.     library, a patch is needed since this library is broken.
  52.     (The compare-function is broken for negative numbers of
  53.      small absolute value).
  54.  
  55.     The patch is included in the "MathIEEEPatch" drawer, installation
  56.     works like this:
  57.  
  58. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  59. 2)      Copy the file mathieeedoubbas.pch, which comes with this archive,
  60.         to RAM:
  61. 3)      Copy the program spatch, which is also included in this archive,
  62.         to ram:
  63. 4)      Change the directory to ram: with
  64.         cd ram:
  65. 5)      Apply the patch with
  66.         spatch mathieeedoubbas.library
  67. 6)      Copy back the file RAM:mathieeedoubbas.new to
  68.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  69.  
  70. If any problems arise, make sure you use the original (CBM) version
  71. of the library!
  72.  
  73.     
  74. How to install the main program:
  75.  
  76.  
  77.     -Start DMandel by double clicking its icon.
  78.  
  79.     -Read the startup window. Close it by clicking on "O.K."
  80.  
  81.     -Select the menu point "Arexx Command" of the project menu.
  82.  
  83.     -Select the script "CreateStartup.rexx"
  84.  
  85.     -Follow the instructions.
  86.  
  87.  
  88. Greetings,
  89.     Thomas
  90. ____________________________________________________________________________
  91.  
  92.                         The THOR-Software Licence
  93.  
  94.  
  95. This License applies to the computer programs known as "Deluxe Mandelbrot".
  96. The "Program", below, refers to such program.
  97.  
  98.  
  99. The programs and files in this distribution are freely distributable
  100. under the restrictions stated below, but are also Copyright (c)
  101. Thomas Richter.
  102.  
  103.  
  104. Distribution of the Program by a commercial organization without written
  105. permission from the author to any third party is prohibited if any payment
  106. is made in connection with such distribution, whether directly
  107. (as in payment for a copy of the Program) or indirectly (as in payment
  108. for some service related to the Program, or payment for some product
  109. or service that includes a copy of the Program "without charge";
  110. these are only examples, and not an exhaustive enumeration of prohibited
  111. activities). However, the following methods of distribution involving
  112. payment shall not in and of themselves be a violation of this restriction:
  113.  
  114.  
  115. (i) Posting the Program on a public access information storage and
  116. retrieval service for which a fee is received for retrieving information
  117. (such as an on-line service), provided that the fee is not
  118. content-dependent (i.e., the fee would be the same for retrieving the same
  119. volume of information consisting of random data).
  120.  
  121.  
  122.  
  123. (ii) Distributing the Program on a CD-ROM, provided that the files
  124. containing the Program are reproduced entirely and verbatim on such
  125. CD-ROM, and provided further that all information on such CD-ROM be
  126. redistributable for non-commercial purposes without charge.
  127.  
  128.  
  129.  
  130. Everything in this distribution must be kept together, in original
  131. and unmodified form.
  132.  
  133.  
  134.  
  135.  
  136. Limitations.
  137.  
  138. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  139. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  140. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  141. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  142. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  143. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  144. SERVICING, REPAIR OR CORRECTION.
  145.  
  146.  
  147.  
  148. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  149. THIS ARCHIVE.
  150. _____________________________________________________________________________
  151.  
  152. Thomas,
  153.     August 1997
  154.  
  155.  
  156. ============================= Archive contents =============================
  157.  
  158. Original  Packed Ratio    Date     Time    Name
  159. -------- ------- ----- --------- --------  -------------
  160.     5160    2384 53.7% 03-Aug-97 12:32:04 +DMandel.readme
  161.      628     259 58.7% 03-Aug-97 12:29:14 +Julia Sets.info
  162.   111736   60557 45.8% 03-Aug-97 12:25:44 +Mandelbrot
  163.      628     256 59.2% 03-Aug-97 12:29:14 +Mandelbrot Sets.info
  164.     1190     570 52.1% 03-Aug-97 12:29:14 +Mandelbrot.info
  165.      628     257 59.0% 03-Aug-97 12:29:14 +MathIEEEPatch.info
  166.      176     158 10.2% 20-Oct-96 14:46:26 +mathieeedoubbas.pch
  167.      436     285 34.6% 03-Aug-97 12:29:28 +mathieeedoubbas.pch.info
  168.    14688    9310 36.6% 20-Oct-96 14:44:28 +spatch
  169.      628     272 56.6% 03-Aug-97 12:29:14 +Scripts.info
  170.     1719     839 51.1% 05-Jan-97 01:34:42 +CreateStartup.rexx
  171.      546     262 52.0% 04-Nov-95 16:02:56 +CreateStartup.rexx.info
  172.      206     141 31.5% 24-Feb-96 00:06:52 +Function.rexx
  173.      546     261 52.1% 24-Feb-96 00:07:20 +Function.rexx.info
  174.     1977     801 59.4% 04-Nov-95 15:54:20 +Movie.rexx
  175.      546     262 52.0% 04-Nov-95 16:02:56 +Movie.rexx.info
  176.    28790   14871 48.3% 20-Mar-97 19:39:30 +Startup.mdl
  177.     1171     555 52.6% 03-Aug-97 12:29:14 +Startup.mdl.info
  178. -------- ------- ----- --------- --------
  179.   171399   92300 46.1% 09-Aug-97 04:58:18   18 files
  180.